filter Not
open override fun filterNot(predicate: (Nothing) -> Boolean): Try<Nothing>
Content copied to clipboard
Returns the same Success if the predicate is not satisfied for the value. Otherwise returns a Failure.
Return
The same Success if the predicate is not satisfied for the value. Otherwise returns a Failure.
Parameters
predicate
Predicate function.